Up Top

Serviceability 機能 : JVMTI の処理 : JVMTI 関数の処理 : クラス (Class) : GetConstantPool() の処理


概要(Summary)

(See: JVMTI 仕様)

処理の流れ (概要)(Execution Flows : Summary)

JvmtiEnv::GetConstantPool()
-> JvmtiConstantPoolReconstituter::JvmtiConstantPoolReconstituter()
-> JvmtiEnvBase::allocate()
-> JvmtiConstantPoolReconstituter::copy_cpool_bytes()
-> JvmtiConstantPoolReconstituter::~JvmtiConstantPoolReconstituter()

処理の流れ (詳細)(Execution Flows : Details)

JvmtiEnv::GetConstantPool()

See: here for details

JvmtiConstantPoolReconstituter::JvmtiConstantPoolReconstituter()

See: here for details

JvmtiConstantPoolReconstituter::copy_cpool_bytes()

See: here for details

JvmtiConstantPoolReconstituter::~JvmtiConstantPoolReconstituter()

See: here for details


This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.