Home
last modified time | relevance | path

Searched refs:GetInitialDecodedValue (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/runtime/include/
Dlanguage_context.h109 virtual DecodedTaggedValue GetInitialDecodedValue() const = 0;
255 DecodedTaggedValue GetInitialDecodedValue() const in GetInitialDecodedValue() function
257 return base_->GetInitialDecodedValue(); in GetInitialDecodedValue()
Dmethod-inl.h203 DecodedTaggedValue initial_value = ctx.GetInitialDecodedValue(); in InitFrame()
/ark/runtime_core/runtime/entrypoints/
Dentrypoints.cpp166 return Runtime::GetCurrent()->GetLanguageContext(*method).GetInitialDecodedValue(); in GetInitialTaggedValue()
/ark/js_runtime/ecmascript/
Decma_language_context.h64 DecodedTaggedValue GetInitialDecodedValue() const override in GetInitialDecodedValue() function
/ark/runtime_core/runtime/core/
Dcore_language_context.h209 DecodedTaggedValue GetInitialDecodedValue() const override in GetInitialDecodedValue() function
/ark/runtime_core/runtime/tests/
Dc2i_bridge_test.cpp51 return Runtime::GetCurrent()->GetLanguageContext(*method).GetInitialDecodedValue(); in LdUndefinedImpl()
/ark/runtime_core/runtime/interpreter/
Dinterpreter-inl.h2910 DecodedTaggedValue initial_value = ctx.GetInitialDecodedValue(); in CopyArguments()