Home
last modified time | relevance | path

Searched refs:foundInRecord (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.cpp400 Label foundInRecord(env); in TryLoadGlobalByName()
402 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryLoadGlobalByName() local
403 Bind(&foundInRecord); in TryLoadGlobalByName()
449 Label foundInRecord(env); in TryStoreGlobalByName()
451 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryStoreGlobalByName() local
452 Bind(&foundInRecord); in TryStoreGlobalByName()

Completed in 2 milliseconds